home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Cafe 3
/
Visual Cafe 3.ISO
/
Vcafe
/
Main.bin
/
HelpIDProvider.java
< prev
next >
Wrap
Text File
|
1998-10-06
|
288b
|
13 lines
package com.symantec.itools.vcafe.beans;
/**
* A customizer that implements this, can provide a Windows help ID
*/
public interface HelpIDProvider
{
/**
* @return a Windows help ID for the Object implementing this interface.
*/
public int getHelpID();
}